net/netip.Addr.hasZone (method)

2 uses

	net/netip (current package)
		netip.go#L504: func (ip Addr) hasZone() bool {
		netip.go#L1332: 	if !p.IsValid() || ip.hasZone() {